.bg-none{
    background-color: #d75858;
    color: #000;
}.bg-pending{
    background-color: #ea7f41;
    color: rgb(255, 255, 255);
}.bg-online{
    background-color: #20c235;
    color: rgb(255, 255, 255);
}.bg-done{
    background-color: #b4b4b4;
    color: #000;
}.bg-okay{
    background-color: #0b7f12;
    color: rgb(255, 255, 255);
}.bg-error{
    background-color: #c20000;
    color: rgb(255, 255, 255);
}
/** Modes de travail */
.bg-temp{
    background-color: #190909;
    color: #fff;
}.bg-full{
    background-color: #6b0083;
    color: #fff;
}.bg-pal{
    background-color: #e9e9e9;
}.bg-error{
    background-color: #ededed;
}.bg-table{
    background-color: #ffcc6e !important;
    color: rgb(255, 255, 255) !important;
}
.bg-archive{
    background-color: #d08700 !important;
    color: rgb(255, 255, 255) !important;
}

.text-femme{
    color: #d08700 !important;
}

.text-homme{
    color: #06487b !important;
}